-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependency groff to macOS prerequisites #123
Conversation
Nice! Was this the only thing that didn't work according to instructions on macOS? |
I also had issues with ASAN — worked after:
I also had some issues with installing eigen and cairo (homebrew failed partway through) but that was resolved by just re-running the Beyond that, it's working! We may want to add the ASAN info to the general building instructions since it seems like it would affect all platforms. Should I add it to this branch/PR? |
it should be possible to get asan to work somehow, and we do describe how to disable at already if necessary in the linux section. |
But let's add a note about how to disable asan to the macOS section for now since it doesn't look like there's a libasan package in homebrew. (I will note that, on my m2 mac though, compiling with the built-in Clang that comes as part of the xcode tools the ASAN works out of the box!) |
I got the following error when running it — is this missing ASAN, or an issue detected by ASAN? To me, it looks like it might be the latter, but I'm not 100% sure (I am not a C++ dev!):
|
That error message actually is a legitimate error found by ASAN, as you suspected -- edward's last pr was supposed to fix that (but it's not merged yet) |
Great, thank you! |
Got an error about not having
groff
, and installing it fixed that error.